Component org.nuxeo.document.routing.web.themes
In bundle org.nuxeo.ecm.platform.routing.web
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.document.routing.web.themes">
<require>org.nuxeo.theme.core</require>
<require>org.nuxeo.theme.fragments</require>
<require>org.nuxeo.theme.html</require>
<require>org.nuxeo.theme.jsf</require>
<require>org.nuxeo.theme.nuxeo.default</require>
<!-- views -->
<extension target="org.nuxeo.theme.services.ThemeService" point="views">
<view name="nuxeo5 includes" template-engine="jsf-facelets" merge="true">
<format-type>widget</format-type>
<resource>automation.js</resource>
<resource>jquery.jsPlumb-1.5.1-min.js</resource>
<resource>documentRoutingGraph.js</resource>
<resource>documentRoutingGraph.css</resource>
</view>
</extension>
<!-- resources -->
<extension target="org.nuxeo.theme.services.ThemeService" point="resources">
<resource name="automation.js">
<path>scripts/automation.js</path>
<require>jquery.js</require>
</resource>
<resource name="jquery.jsPlumb-1.5.1-min.js">
<path>scripts/jquery.jsPlumb-1.5.1-min.js</path>
<require>jquery.js</require>
</resource>
<resource name="documentRoutingGraph.js">
<path>scripts/documentRoutingGraph.js</path>
<require>jquery.jsPlumb-1.5.1-min.js</require>
<require>automation.js</require>
</resource>
<resource name="documentRoutingGraph.css">
<path>css/documentRoutingGraph.css</path>
</resource>
</extension>
</component>